
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@400;700&family=Poppins:wght@200;300;400;800;900&display=swap');
 
/*.balsamiq-sans-regular {*/
/*  font-family: "Balsamiq Sans", sans-serif;*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/

/*.balsamiq-sans-bold {*/
/*  font-family: "Balsamiq Sans", sans-serif;*/
/*  font-weight: 700;*/
/*  font-style: normal;*/
/*}*/

*{
    /* margin:0;
    padding:0;
    box-sizing:border-box; */
    animation:none;
}
body{
    font-family:'Balsamiq Sans',cursive;
}
body,html{
    height:100%;
    /* padding:0; */
    overscroll-behavior: none;
    overflow-x:hidden;
}

.logo{
    color:#fff;
}
.navbar-custom{
    padding-top:1rem;
    padding-bottom: 1rem;
    background-color: rgba(7,7,7,0.5);
    

}
.navbar-custom ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
}
.navbar-custom ul li {
    width: auto;
}

:root{
    --themeRed: #e43a47;
    --gray: #efefef;
}
.container {
    width:100%;
    margin:auto;
}
.join{
    background-image: url("https://kaiz-in.com/wp-content/uploads/elementor/thumbs/Technology-LinkedIn-Cover-Banner-2-qddl88cjhehhms2il44jefkpm3lw1r1vmdznde9cvs.png");
    color: #fff;
    padding: 7px 15px;
    margin-top: 20px;
    border: 0;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    background-color: orange;
    /* color: white; */
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
    width_: 100px;
}

.join .joinTitle{
    font-size: 40px;
    font-weight: 100;
}
.join .joinTitle span{
    font-weight:800;
}
.join button{
    padding: 7px 15px;
    margin-top:20px;
    border: 0;
    outline:none;
    font-weight: 600;
    font-size: 16px;
}
/* Hover Effect */
.join:hover {
    background-color: black;
    color: white;
    transform: scale(1.05);
}
.join button .joinNow {
    margin-right: 10px;
    background-color: #424242;
    color: #fff;
}

 /*===end of Nav===*/
 .hero{
     padding-top: 10.5rem;
     padding-bottom: 6rem;
     text-align: center;
     color: #000;
     background-image:url("https://wallpaperaccess.com/full/1363015.jpg");
     background-repeat: no-repeat;
     background-attachment:scroll;
     background-position:center;
     background-size:cover;
     width:100%;
     min-height:90vh;
 }
  .connectivity-container {
    width: 100%;
    /* display: flex; */
    /* justify-content: flex-end;  Center horizontally */
    align-items: flex-end;
    /* flex-direction: column; */
    /* margin-top: 50px; */
    padding-right:50px;
    /* background-color: transparent; */
    color: #ddd;
    outline:none;
}

.connectivity-container h2 {
    /* font-size: 30px; */
    /* margin-bottom: 20px; */
    font-weight: bold;
    /* color: #ddd; */
    /* text-decoration: underline; */
    /* width:100%; */
    text-align:right;
    padding-right:50px;
    outline:none;
}

.connectivity-box {
    width: 400px;
    padding: 25px;
    /* background: transparent; */
    border-radius: 15px;
    justify-content: center;
    /* border-bottom: 1px solid #e7e1e1; */
    border-bottom:none;
    /* box-shadow: 0px 4px 10px rgba(0,0,0,0.2); */
    text-align: left;
    font-size: 18px;
    margin-left:auto; /* Push to right */
    margin-right:50px;
    outline:none;
}

.connectivity-box p {
    margin: 15px 0;
    color: #ddd;
    outline:none;
}

 .hero-heading{
     font-size: 3.25rem;
     font-weight:bold;
     line-height: 3.25rem;
     margin-bottom: 2rem;
     color: #fff;
 }
/*End of Hero Image*/
.page-section h2.section-heading{
    font-size:2.5rem;
    margin-top:0;
    margin-bottom:1rem;
    
}
.page-section h3.section-Subheading{
    font-size:1rem;
    font-weight:light;
    font-style:italic;
    margin-bottom: 4rem;
}

/*Projet Section*/
#project .project-item {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
  #project .project-item .project-link {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  #project .project-item .project-link .project-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(254, 209, 54, 0.9);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.25s;
  }
  #project .project-item .project-link .project-hover 
  .project-hover-content {
    font-size: 1.25rem;
    color: white;
  }
  #project .project-item .project-link:hover .project-hover {
    opacity: 1;
  }
  #project .project-item .project-caption {
    padding: 1.5rem;
    text-align: center;
    background-color: #fff;
  }
  #project .project-item .project-caption .project-caption-heading {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
  }
  #project .project-item .project-caption .project-caption-subheading {
    font-style: italic;
   }
  
  .project-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw;
  }
  .project-modal .modal-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
    text-align: center;
  }
  .project-modal .modal-content h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .project-modal .modal-content p.item-intro {
    font-style: italic;
    margin-bottom: 2rem;
}
  .project-modal .modal-content p {
    margin-bottom: 2rem;
  }
  .project-modal .modal-content ul.list-inline {
    margin-bottom: 2rem;
  }
  .project-modal .modal-content img {
    margin-bottom: 2rem;
  }
  .project-modal .close-modal {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    background-color: transparent;
  }
  .project-modal .close-modal:hover {
    opacity: 0.3;
  }
  .cont{
    color:white;
    background-color:transparent;
    font-size: 20px;
    font-weight: bold;
  }
/*End of Project*/
  




 /*About Scetion*/
 .about{
     padding:10px 0 0 0;
 }
 .about .icon-boxes h3{
     font-size: 35px;
     font-weight: bold;
     color:#000;
     margin-bottom: 15px ;
 }
 .about .icon-box {
     margin-top: 40px;
 }
 .about .icon-box .icon{
     float:left;
     display:flex;
     align-items:center;
     justify-content:center;
     width: 64px;
     height:64px;
     border: 2px solid #cc1c05;
     border-radius: 40px;
     transition: 0.5s;   
 }
 .about .icon-box .icon i{
     color:#cc10c0;
     font-size:32px;
 }
 .about .icon-box:hover .icon{
     background:#cc1c05;
     border-color:#cc1c05;
 }
 .about .icon-box:hover .icon i{
     color:#fff;
 }
 .about .icon-box .title{
     margin-left:85px;
     font-weight: bold;
     margin-bottom:10px;
     font-size:18px;
 }
 .about .icon-box .title a{
     color:#cc1c05;
     transition:0.3s;
 }
 .about .icon-box .title a:hover{
     color:#cc1c05;
 }
 .about .icon-box .details{
     margin-left: 85px;
     line-height:24px;
     font-size:14px;
 }
/*Team Section*/
  
.box
{
	position: relative;
	width: 280px;
	height: 400px;
	margin: 20px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.box .img-box
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	clip-path: circle(400px at center 100px);
	transition: 0.5s;
	transition-delay: 0.5s;
}
.box:hover .img-box
{
	clip-path: circle(80px at center 100px);
	transition-delay: 0s;
}
.box .img-box img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box .content
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}
.box .content h2
{
	margin: 0;
	padding: 0;
}
.box .content a
{
	text-decoration: none;
	background: #000;
	color: #fff;
	padding: 5px;
	display: inline-block;
}
.box .content h2,
.box .content p,
.box .content a
{
	opacity: 0;
	transition: 0.5s;
	transform: translateY(20px);
}
.box:hover .content h2
{
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s
}
 .box:hover .content p
{
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.7s
}
 .box:hover .content a
{
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.9s
}
/* End of Team Section*/
/* Blog Section */
.ribbon{
    width: 100px;
    height: 100px;
    margin: -10px auto;
    background: #f0d803; 
    position: absolute;
    top: 0;
    right:0;
}
.ribbon:before{
    content:"";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-left: 75px solid #f0d803;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}
.ribbon:after{
    content:"";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-right: 75px solid #f0d803;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;

}
.text{
    text-align: center;
    
}
.btn-color{
    background: #f0d803;
}


/*End of Blog Section*/


 /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 20px 40px;
  background: #f7e759;
  color: #131313;
  text-align: center;
  border: 1px solid #fff;
}

.contact .info i {
  font-size: 30px;
  color: #a31818;
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  font-size: 15px;
}
.rounded-cor{
  border-radius: 50px;
}
/*Footer*/
.social{
display: flex;
width: 250px;
justify-content: space-between;
list-style: none;
}
.social .list-item{
  position: relative;
  width:60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
}
.social .list-item:after,
.social .list-item:before{
  content:"";
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, red, yellow);
  border-radius: 50%;
  z-index: -1;
  filter: blur(10px);
  opacity: 0;
  transition: 1s;
}
.social .list-item:after{
  filter: blur(20px);
}
.social .list-item:hover:before,
.social .list-item:hover:after{
opacity: 1;
}
.social .list-item .list-link{
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #000;
  font-size: 28px;
  border-radius: 50%;
  transition:2s; 
}
.social .list-item .list-link i{
  text-shadow: 0 2px 5px rgba(0,0,0, .2);

}
.social .list-item:nth-child(1) a,
.social .list-item:nth-child(1):before,
.social .list-item:nth-child(1):after{
  background: linear-gradient(45deg, #00aeff, #a200ff);
}
.social .list-item:nth-child(2) a,
.social .list-item:nth-child(2):before,
.social .list-item:nth-child(2):after{
  background: linear-gradient(45deg, #00a2ff, #ff1e00);
}
.social .list-item:nth-child(3) a,
.social .list-item:nth-child(3):before,
.social .list-item:nth-child(3):after{
  background: linear-gradient(45deg,#ff008c, #ce6708);
}
.social .list-item:nth-child(4) a,
.social .list-item:nth-child(4):before,
.social .list-item:nth-child(4):after{
  background: linear-gradient(45deg,#0791c7, #f794a5);
}
#playBtn {
    transition: 0.5s;
}
.hero-logo{
   
    top:20px;
    left:60px;
    width:800%
  
    background-position: center;
    background-repeat : no-repeat;

    display : flex;
    align-items : center;     
     /* vertical center */
    justify-content: space-between; 
     /* horizontal center */

   position : relative;
}

/* Logo */
.hero-logo img{
    height: 100px;   /* adjust logo size */
    width: auto;
    background: rgba(255,255,255,0.8); /* optional */
    /*padding: 10px 20px;*/
    border-radius: 10px;
    /* left: 50px; */
}
.gss-logo {
    position: absolute;
    top: 10px;
    left: 1100px;   /* Move it slightly right from red logo */
    height: 70px;
    width: 100px;
    z-index: 99;
    /* border: 14px solid #ddd;
    stroke:none; */
    border: none; /* removes any border */
    background: transparent
    /* position:absolute */
}

.list-container {
    max-width: 900px;
    margin: auto;
}

.hotel-card {
    display: flex;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.hotel-card:hover {
    transform: scale(1.01);
}

.hotel-card img {
    width: 220px;
    height: 160px;
    object-fit: cover;
}

.hotel-info {
    padding: 15px;
    flex: 1;
}

.hotel-info h3 {
    margin: 0;
    color: #003580;
}

.stars {
    color: #febb02;
    margin: 5px 0;
}

.rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0;
}

.badge {
    background: #003580;
    color: white;
    padding: 6px 8px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
}

.location {
    font-size: 14px;
    color: #555;
}

.map-fixed-right {
    /* position: fixed;      Key line – stops scrolling */
    bottom: 20px;         
    right: 20px;          
    width: 450px;
    height: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    /* z-index: 9999;        Always visible */
}

.map-fixed-right iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


@media (max-width: 768px) {
    .map-fixed-right {
        display: none;
    }
}

#playBtn {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 25px;
    font-size: 18px;
    cursor: pointer;
}

/* Changes of new code */
.navbar {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 80px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 20px;
  box-sizing: border-box;

  z-index: 9999;
  background-image:rgba(255,255,255,0);

   /* /* background: rgba(0, 40, 20, 0.35); */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); */
  
  
}
/* Background Image Layer */
.navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;               /* covers only the navbar */
  
  background: url("https://wallpaperaccess.com/full/1363015.jpg") repeat-x;
  background-size: auto 100%; /* scale height to navbar, width auto */
  background-position: center;/* vertically centered */
  
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

/* Keep navbar content above background */
.navbar > * {
  position: relative;
  z-index: 10;
}
header{
    /* background: transparent; */
}

/* Logos Responsive */
.logo {
  width: clamp(40px, 5vw, 75px);
  height: auto;
  object-fit: contain;
  border-radius:6px;
}

/* Menu Links Center */
.nav-links {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.nav-links a {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
}

.nav-links a:hover {
  color: white;
}

/* Hamburger Hidden on PC */
.menu-btn {
  display: none;
  font-size: 32px;
  color: white;
  cursor: pointer;
}

@media (max-width: 992px) {
  .nav-links {
    gap: 15px;
  }

  .nav-links a {
    font-size: 14px;
  }
}

@media (max-width: 600px) {

  /* Show Hamburger */
  .menu-btn {
    display: block;
  }

  /* Hide Menu Initially */
  .nav-links {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;

    width: 100%;
    background: rgba(0, 0, 0, 0.4);

    flex-direction: column;
    text-align: center;
    padding: 20px 0;
  }

  /* Mobile Links */
  .nav-links a {
    padding: 12px;
    font-size: 16px;
    color: white;
  }

  /* Active Menu */
  .nav-links.active {
    display: flex;
  }
}





